home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / lisp / stk-3.002 / stk-3 / STk-3.1 / Extensions / configure.in < prev    next >
Encoding:
Text File  |  1996-05-04  |  333 b   |  11 lines

  1. dnl    This file is an input file used by the GNU "autoconf" program to
  2. dnl    generate the file "configure", which is run during STk installation
  3. dnl    to configure the system for the local environment.
  4.  
  5. AC_INIT(process.c)
  6. /bin/rm -f config.cache
  7. CC=${CC-gcc}
  8. AC_HAVE_HEADERS(unistd.h limits.h)
  9. AC_HAVE_FUNCS(sigaction)
  10. AC_OUTPUT(Makefile)
  11.